check if array value exists in another array php

116

php check if entire array are in another array -

$containsAllValues = !array_diff($search_this, $all);

Comments

Submit
0 Comments